home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / grafica / grafica2 / unvrsl44.rdm < prev    next >
Text File  |  1997-01-18  |  5KB  |  100 lines

  1. Short:    Photogenics universal loader&animation saver
  2. Author:   Helmut Hoffmann
  3. Uploader: Helmut Hoffmann
  4. Type:     gfx/edit
  5. Kurz:     Photogenics-Univ.Lader&Anim.speichermodul
  6.  
  7. HHsFastUniversalGioModules 4.4  -> new: now with ARexx support <-
  8. ==========================
  9.  
  10. +-------------------------------------------------------------------------------+
  11. | The fast and flexible loader/saver modules for Photogenics (V1.2, V2.0, ...)  |
  12. |  (this module is probably NOT usable with Photogenics demo or lite versions!) |
  13. | * fast loading of more than 20 file formats (incl. e.g. PhotoCD)              |
  14. | * support for Datatype loading                                                |
  15. | * downscaled loading support (load big pictures with few memory)              |
  16. | * TrueColor animation creation saver for CyberGraphX or EGS users             |
  17. | new: ->->-> automatic TrueColor animation creation and conversion             |
  18. |             with included ARexx scripts (Photogenics V2.0 or higher needed)   |
  19. +-------------------------------------------------------------------------------+
  20.  
  21. Important: The modules CAN ONLY BE ORDERED in conjunction with the
  22.         powerful complete package of "PhotoAlbum" and "CyberShow Pro"
  23.         (picture management and presentation programs for all Amiga
  24.         users with at least OS3.0). Thoose programs should e.g. be
  25.         available on Aminet:gfx/board/cybershow##.lha and
  26.         Aminet:gfx/misc/photoalbum##.lha.
  27.  
  28. Please note: The demo version loads and saves only in greyscale! Please
  29.         pay the shareware fee to get color loading/saving...
  30.  
  31. Please read the extensive documentation in AmigaGuide format for
  32. details about the UniversalGIO modules.
  33.         
  34. The loader module currently supports the following file formats:
  35.  
  36. * IFF-ILBM (all standard formats 1 to 8Bit, EHB, HAM6, HAM8, 15Bit, 24Bit)
  37. * PhotoCD (Base format 768x512 or 512x768 (portrait); linear 24Bit colors)
  38. * PPM/PGM/PBM (P1&P4 b&w, P5 grey, P6 color)
  39. * QRT (also known as dump format by PD raytracers as POV-Ray)
  40. * Targa (RLE compr.&uncompr. 1/8/15/16/24/32Bit;incl. interleaved)
  41. * PCX (compr.&uncompr. EGA1-4Bit, VGA 8Bit grey/Colormap and 24Bit)
  42. * MacPaint (b&w compressed 1Bit format; datafork only)
  43. * BMP (uncompr. 24Bit RGB,1Bit,4Bit or 8Bit Colormap; RLE compressed 8Bit,1Bit)
  44. * TIF (packbit-compr.&uncompr. 24Bit,1-8Bit grey/Color Motorola&Intel formats)
  45. * EGS7.x window iconification file format
  46. * DEEP (compr.&uncompr. 24Bit and 32Bit)
  47. * RGB formats (RGB8, RGBN, RGB5)
  48. * ACBM formats (1 to 8Bit, incl. HAM6/HAM8)
  49. * FBM formats (8Bit grey/color and 24Bit)
  50. * IFF-PBM (DPII) format
  51. * Sun raster (1Bit, 8Bit grey/color and 24Bit uncompressed)
  52. * YUV (color 1:1:1, 2:1:1, 4:1:1 and greyscale)
  53. * VLAB raw (color 1:1:1, 2:1:1, 4:1:1 and greyscale)
  54. * HHsYUVSq sequence format (sequential or random access)
  55. * HHsXRL formats (1-8Bit ColorMap incl. HAM6/8, 8Bit grey, 24Bit RGB compressed)
  56. * binary-EPS bitmaps (RGB and CMYK; this function is experimental)
  57. * TBCPlus frames&fields
  58.  
  59. * DataType (incl. first frame of animations with Anim-Datatypes)
  60.   DataTypes are only used as option (if selected in the "Prefs" for
  61.   the module; see below for details)
  62.  
  63. TrueColor animation creation with HHsYUVSq GIO module
  64. ----------------------------
  65.  
  66. New: with automatic ARexx scripts!!!
  67.  
  68. The ARexx functions are only supported in Photogenics V2.0 and higher.
  69. With older versions of Photogenics you can't use the ARexx scripts.
  70.  
  71. You can start the ARexx scripts from the Macros/Run Macro menu entry
  72. or start them by double clicking on their icon on Workbench. In both
  73. cases the directories will be asked on the Photogenics screen.
  74. If you want to use the scripts more often, you can install them with the
  75. "Install a macro" function in Photogenics to the function keys.
  76.  
  77. a) Automatic animation creation from a directory of pictures with
  78.    *** HHsMakeAnim.rx ***:
  79.  
  80.    HHsMakeAnim.rx will ask for a source directory and a destination file.
  81.    You can specify a pattern in the source directory requester as
  82.    file name (e.g. pictures.????) to load only specific files from
  83.    the directory. This is important if there are other files (like
  84.    icons, readmes or such) in the directory as well.
  85.    The script will then load all pictures (or all pictures matching
  86.    your pattern) in the source directory (in alphabetical order) and
  87.    create/append them into the HHsYUVSq animation. Please note that
  88.    all pictures should have the same size!
  89.  
  90. b) Automatic conversion of IFF-Anims into HHsYUVSq format with
  91.    *** HHsConvertIFFAnim.rx ***:
  92.  
  93.    HHsConvertIFFAnim.rx will ask for a source animation and a destination
  94.    file. You should only specify IFF-Animations as source, as the
  95.    Photogenics ANIM loader is used. If you want to convert animations
  96.    from other formats (e.g. CDXL animations) you can change the script to
  97.    use another animation loader in Photogenics.
  98.  
  99. Please see documentation in .guide formats for details!
  100.